instance property

Implementation

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

Implementation

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