isStopped method

Future<bool?> isStopped()

Implementation

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