methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel facilitates communication between the Dart layer and native platform implementations for device-specific operations. The channel name 'calljmp_device' must match the native implementation.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('calljmp_device');