unset method

Future<void> unset()

Unsets FLAG_SECURE.

Implementation

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