GetBody typedef

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

Function async for get body http call

Implementation

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