AsyncLazyDecoder extension
- on
Methods
-
decodeFuture<
T> ({Decodable< T> ? using}) → Future<T> -
Available on LazyDecoder, provided by the AsyncLazyDecoder extension
Decodes a Future ofT
using the provided Decodable. -
decodeStream<
T> ({Decodable< T> ? using}) → Stream<T> -
Available on LazyDecoder, provided by the AsyncLazyDecoder extension
Decodes a Stream ofT
using the provided Decodable.