instance property

AppleKeychainPlatform get instance

Implementation

static AppleKeychainPlatform get instance => _instance;
set instance (AppleKeychainPlatform instance)

Implementation

static set instance(AppleKeychainPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}