future method

Codable<Future<T>> future()

Returns a Codable that can encode and decode a future of T.

Implementation

Codable<Future<T>> future() => FutureCodable<T>(this);