methodChannel property
The MethodChannel used to interact with the native side (Android/iOS). This must match the channel name defined in the native code.
Implementation
@visibleForTesting
final methodChannel = const MethodChannel('flutter_crop_camera');