Bind to listen for events sent on the given channel
Future bind(String eventName, void Function(Event?) onEvent) async { await Pusher._bind(name!, eventName, onEvent: onEvent); }