authorize method

  1. @override
dynamic authorize(
  1. String socketId,
  2. Function callback
)
override

Authenticates the connection as a member of the channel.

Implementation

@override
external authorize(String socketId, Function callback);