getTRTCInstance method
dynamic
getTRTCInstance()
Implementation
getTRTCInstance() async {
await TRTC.getInstance();
_eventbus.fire(MainEvent(type: EventTypeEnum.trtcInstanceCreated));
}
getTRTCInstance() async {
await TRTC.getInstance();
_eventbus.fire(MainEvent(type: EventTypeEnum.trtcInstanceCreated));
}