enableFlagSecure method

Future<void> enableFlagSecure()

Enables FLAG_SECURE.

Implementation

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