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