onPlayerCommand property

Stream<PlayerControlCommand> onPlayerCommand

Stream of remote player command send by native side

Events are sent user tap system remote control command.

Implementation

Stream<PlayerControlCommand> get onPlayerCommand => _commandController.stream;