methodChannel property
The MethodChannel used to communicate with the native side.
Implementation
@visibleForTesting
final MethodChannel methodChannel =
const MethodChannel(kAppFunctionsChannelName);
The MethodChannel used to communicate with the native side.
@visibleForTesting
final MethodChannel methodChannel =
const MethodChannel(kAppFunctionsChannelName);