getInstance static method

BindCore? getInstance()

Implementation

static BindCore? getInstance() {
  _instance ??= BindCore._();

  return _instance;
}