reset method

  1. @visibleForTesting
Future<void> reset()
inherited

Resets the plugin by removing all traces of it from the device.

Implementation

@visibleForTesting
Future<void> reset() async {
  throw UnimplementedError('reset() has not been implemented');
}