stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  final err = _stop();
  _checkError(err, 'STOP_FAILED');
}