instance static method

Dio instance()

Implementation

static Dio instance() {
  initDio();
  return dio!;
}