instance property

Implementation

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

Implementation

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