instance property

FilePickerPlatform get instance

Implementation

static FilePickerPlatform get instance => _instance;
set instance (FilePickerPlatform instance)

Implementation

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