reset method

Future<void> reset()

Implementation

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