instance property

VolumeInfoPlatform get instance

Implementation

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

Implementation

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