calljmp_store_method_channel library

Method channel implementation of secure storage for the Calljmp SDK.

This module provides a method channel-based implementation of the CalljmpStore interface that communicates with platform-specific native code for secure storage operations.

Features

  • Method channel communication with native platforms
  • In-memory caching for performance optimization
  • Platform-specific secure storage (Keychain on iOS, Encrypted SharedPreferences on Android)
  • Automatic cache management

Platform Support

  • iOS: Uses Keychain Services via native Swift/Objective-C code
  • Android: Uses Encrypted SharedPreferences via native Kotlin/Java code

Classes

MethodChannelCalljmpStore
An implementation of CalljmpStore that uses method channels and caching.