PusherGlobalCallback typedef

PusherGlobalCallback = void Function(String channelName, String eventName, dynamic data)

Implementation

typedef PusherGlobalCallback = void Function(
    String channelName, String eventName, dynamic data);