stop method

Future<Map> stop()

Implementation

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