refreshConfig static method

dynamic refreshConfig()

Implementation

static refreshConfig() {
  print('Refresh');
  _instance = RequestClient._();
}