instance property

GetNotifierPlatform get instance

Implementation

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

Implementation

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