methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
getter/setter pair

Implementation

@visibleForTesting
MethodChannel methodChannel = const MethodChannel(
  'plugins.flutter.io/meeting_plugin_audio_device',
);