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