makeSecure method

Future<bool?> makeSecure()

Implementation

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