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