RtcTokenHandler typedef

RtcTokenHandler = Future<Map<String, int>> Function(String channel, String agoraAppId)

Returns a Map where key is agoraToken and value is agoraUid

Implementation

typedef RtcTokenHandler = Future<Map<String, int>> Function(
    String channel, String agoraAppId);