RequestFuncType typedef

RequestFuncType = Future<JsonMap> Function(String)

A function to receive a JsonMap eventually.

Implementation

typedef RequestFuncType = Future<JsonMap> Function(String);