methodChannel property
The method channel used to interact with the native platform. This establishes a communication channel with the native code using the channel name 'flutter_zoom_meeting_wrapper'.
Implementation
@visibleForTesting
final methodChannel = const MethodChannel('flutter_zoom_meeting_wrapper');