initCore method

void initCore()

Call this in your constructor to set the instance.

Implementation

void initCore() {
  _instance = this;
}