methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the native platform.

This channel is used to invoke platform-specific methods for secure storage operations on Android.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('com.bleckshiba.dev/keystore');