methodChannel property
The method channel used to interact with the native platform.
This channel is used for all communication between the Dart code and the native platform implementations (Android/iOS).
Implementation
@visibleForTesting
final methodChannel = const MethodChannel('flutter_magento');