set method

Future<void> set()

Sets FLAG_SECURE.

Implementation

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