stop method

Future<bool> stop()

Implementation

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