GetHeaders typedef

GetHeaders = Future<Map<String, String>?> Function()

Function async for get headers http call

Implementation

typedef GetHeaders = Future<Map<String, String>?> Function();