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