instance property

The default instance of the CustomNotificationSchedulerPlatform.

Implementation

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

Sets the instance of the CustomNotificationSchedulerPlatform.

Implementation

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