isSet method

Future<bool?> isSet()

Returns whether FLAG_SECURE is set.

Implementation

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