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