instance property

Implementation

static NotificationService get instance => _instance;
void instance=(NotificationService instance)

Implementation

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