SetFutureFunction typedef

SetFutureFunction = Future<R> Function<R>(Future<R> future)

Type definition for a function that returns a future.

Implementation

typedef SetFutureFunction = Future<R> Function<R>(Future<R> future);