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