instance property

SceytChatPlatform get instance

Implementation

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

Implementation

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