future method

Decodable<Future<T>> future()

Returns a Decodable object that can decode a future of T.

Implementation

Decodable<Future<T>> future() => FutureDecodable<T>(this);