isPaused method

Future<bool?> isPaused()

Implementation

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