isPaused method

Future<bool> isPaused()
inherited

Implementation

Future<bool> isPaused() {
  return _nativeAPI.isPaused();
}