alkamike
Results
1
issues of
alkamike
The return type of the `FlutterWindowManager.addFlags(FlutterWindowManager.FLAG_SECURE)` function is `Future`, which is just bubbling up the value from the method channel. This is great on Android, but on iOS, the method...