isPaused property

  1. @override
Future<bool> get isPaused

Whether the player is currently paused, i.e. has started playback but is currently paused.

Implementation

@override
Future<bool> get isPaused async => _playerPlatformInterface.isPaused;