methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the native platform.

The channel name 'app_call_button/audio_session' must match the channel name used on the native side.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('app_call_button/audio_session');