instance property
AzureBlobFlutterPlatform
get
instance
The default instance of AzureBlobFlutterPlatform to use.
Defaults to MethodChannelAzureBlobFlutter.
Implementation
static AzureBlobFlutterPlatform get instance => _instance;
set
instance
(AzureBlobFlutterPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends AzureBlobFlutterPlatform when they register themselves.
Implementation
static set instance(AzureBlobFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}