unbind method

Future unbind(
  1. String eventName
)

Implementation

Future unbind(String eventName) async {
  await Pusher._unbind(name!, eventName);
}