isPaused method

Future<bool> isPaused()

Shows if the player is paused

Implementation

Future<bool> isPaused() {
  return getProperty<bool>('pause');
}