getInstance method

Dio getInstance()

Implementation

Dio getInstance() {
  _instance ??= createDioInstance();
  return _instance!;
}