instance property

FcmEraserPlusPlatform get instance

Implementation

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

Implementation

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