instance property
NavigationLauncherPlatform
get
instance
Implementation
static NavigationLauncherPlatform get instance => _instance;
set
instance
(NavigationLauncherPlatform instance)
Implementation
static set instance(NavigationLauncherPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}