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