instance property

DouyinPlatform get instance

Implementation

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

Implementation

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