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