methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The MethodChannel used to communicate with the native side.

Implementation

@visibleForTesting
final MethodChannel methodChannel =
    const MethodChannel(kAppFunctionsChannelName);