instance property
FlutterApplepaySdkPlatform
get
instance
The default instance of FlutterApplepaySdkPlatform to use.
Defaults to MethodChannelFlutterApplepaySdk.
Implementation
static FlutterApplepaySdkPlatform get instance => _instance;
set
instance
(FlutterApplepaySdkPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterApplepaySdkPlatform when they register themselves.
Implementation
static set instance(FlutterApplepaySdkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}