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