ApiEndpointCallback<ENDPOINT extends ApiEndpoint, RET> typedef

ApiEndpointCallback<ENDPOINT extends ApiEndpoint, RET> = Future<RET> Function(ENDPOINT impl)

Implementation

typedef ApiEndpointCallback<ENDPOINT extends ApiEndpoint, RET> = Future<RET>
    Function(ENDPOINT impl);