stop method

Future<bool> stop()

Implementation

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