instance property
StreetViewFlutterPlatform
get
instance
Implementation
static StreetViewFlutterPlatform get instance => _instance;
set
instance
(StreetViewFlutterPlatform instance)
Platform-specific plugins should set this with their own platform-specific
class that extends UrlLauncherPlatform
when they register themselves.
Implementation
static set instance(StreetViewFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}