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