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