methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the native platform.

This channel is used to receive menu action events from the native side and forward them to the appropriate callbacks.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('mac_menu_bar');