Removes the listener for the specified player String event type
event
Future<void> remove(String event) async { await _methodChannel.invokeMethod<void>('remove', event); }