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