methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform. This channel is used to call native methods from the platform-specific implementations (e.g., Android, iOS).

Implementation

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