init static method

void init(
  1. WtConfig config
)

Implementation

static void init(WtConfig config) {
  _instance = config;
}