AuthorizeFunc typedef

AuthorizeFunc = void Function(String socketId, AuthorizerCallback callback)

Implementation

typedef AuthorizeFunc = void Function(
    String socketId, AuthorizerCallback callback);