instance property

The implementation in use, method channel by default.

Implementation

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

Platform-specific implementations register their own instance here.

Implementation

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