init function

void init()

Implementation

void init() {
  if (isInitialized) return;
  isInitialized = true;
  Workarounds.apply();
}