methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

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');