removeAllEvents method
void
removeAllEvents()
Removes the listeners for all player events
Implementation
void removeAllEvents() {
_methodChannel.invokeMethod<void>('removeAllEvents');
}
Removes the listeners for all player events
void removeAllEvents() {
_methodChannel.invokeMethod<void>('removeAllEvents');
}