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