methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

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');