refreshHeaders static method

Future<void> refreshHeaders()

Manually triggers a header update.

Implementation

static Future<void> refreshHeaders() async {
  await _instance.refreshHeaders();
}