dispose method

void dispose()

Dispose the client

Implementation

void dispose() {
  _dio.close();
  _instance = null;
}