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