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