getIsPaused method

Future<bool> getIsPaused()

Implementation

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