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