removeSecure method

Future<bool?> removeSecure()

Implementation

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