stop method

Future<void> stop(
  1. int id
)

Implementation

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