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