getHeaders static method

Map? getHeaders()

Implementation

static Map? getHeaders() {
  return dio?.options.headers;
}