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