clearDioHeader method

void clearDioHeader()

Implementation

void clearDioHeader() {
  final dio = BaseInjector.dio;
  dio.options.headers = {};
}