onPlay property

  1. @override
void onPlay=(void func(PlayEvent))
inherited

See PlayEvent for details on this event.

Implementation

@override
set onPlay(void Function(PlayEvent) func) {
  _addListener(func);
}