instance property

Implementation

static FileManagerPlatform get instance => _instance;
void instance=(FileManagerPlatform value)

Implementation

static set instance(FileManagerPlatform value) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = value;
}