instance property

OnebearChatPlatform get instance

Implementation

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

Implementation

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