RequestFuncBodyType typedef

RequestFuncBodyType = FutureOr<JsonMap> Function(JsonMap)

A function to receive a request body eventually.

Implementation

typedef RequestFuncBodyType = FutureOr<JsonMap> Function(JsonMap);