getInstance static method

BaseDio getInstance()

Implementation

static BaseDio getInstance() {
  _instance ??= BaseDio._();
  return _instance!;
}