disableFlagSecure method

Future<void> disableFlagSecure()

Disables FLAG_SECURE.

Implementation

Future<void> disableFlagSecure() async {
  throw UnimplementedError('disableFlagSecure() has not been implemented.');
}