getAuthHeaders method
Implementation
Future<Map<String, String>> getAuthHeaders(BuildContext? context) async {
throw AuthException('Could not use the saved token, please re-login.');
}
Future<Map<String, String>> getAuthHeaders(BuildContext? context) async {
throw AuthException('Could not use the saved token, please re-login.');
}