instance property

YoHePlatform get instance

Implementation

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

Implementation

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