MethodChannelRtcConferenceTuikit constructor
MethodChannelRtcConferenceTuikit()
The method channel used to interact with the native platform.
Implementation
MethodChannelRtcConferenceTuikit() {
methodChannel.setMethodCallHandler((call) async {
_handleNativeCall(call);
});
}