setRTCTokenHandler static method
Set agoraToken handler to get agora tokens when agora_chat_callkit is needed.
Param handler
see RtcTokenHandler.
Implementation
static void setRTCTokenHandler(RtcTokenHandler handler) {
_impl.rtcTokenHandler = handler;
}