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