instance property

Implementation

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

Implementation

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