getTRTCInstance method

dynamic getTRTCInstance()

Implementation

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