AuthTransport typedef

AuthTransport = void Function(Runtime context, String socketId, Function callback)

Implementation

typedef AuthTransport = void Function(
    Runtime context, String socketId, Function callback);