Disables FLAG_SECURE.
FLAG_SECURE
@override Future<void> disableFlagSecure() async { if (!Platform.isAndroid) { return Future.value(); } return await methodChannel.invokeMethod("disableFlagSecure"); }