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