menu
bitmovin_player
bitmovin_player.dart
PlayerListener
onEvent property
onEvent
dark_mode
light_mode
onEvent
property
void
onEvent=
(
void
func
(
Event
)
)
Receives any event that is emitted by the player.
Implementation
set onEvent(void Function(Event) func);
bitmovin_player
bitmovin_player
PlayerListener
onEvent property
PlayerListener class