TryCall<T> typedef

TryCall<T> = Future<T> Function()

Обработка http клиента

Implementation

typedef TryCall<T> = Future<T> Function();