methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel is named flutter_multi_display/shared_state and must match the channel name used in the native Android plugin code.

Exposed for testing purposes with @visibleForTesting.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel(
  'flutter_multi_display/shared_state',
);