onPlayerCommand property

Stream<PlayerControlCommand> onPlayerCommand

Stream of remote player command sent by native side

Events are sent when the user taps the system control commands on the notification page.

Implementation

// TODO(luan) improve communication with the notification widget
Stream<PlayerControlCommand> get onPlayerCommand => _commandController.stream;