instance property

NotificationService get instance

Implementation

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

Implementation

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