hardReset method

Future<void> hardReset()

Implementation

Future<void> hardReset() async {
  throw UnimplementedError('`hardReset` is not implemented');
}