instance property

Implementation

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

Implementation

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