instance property

Implementation

static WindowsNotificationPlatform get instance => _instance;
set instance (WindowsNotificationPlatform value)

Implementation

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