isFlagSecureEnabled method

Future<bool?> isFlagSecureEnabled()

Returns whether FLAG_SECURE is enabled.

Implementation

Future<bool?> isFlagSecureEnabled() async {
  throw UnimplementedError('isFlagSecureEnabled() has not been implemented.');
}