Runnable<T> typedef

Runnable<T> = FutureOr<T> Function()

Implementation

typedef Runnable<T> = FutureOr<T> Function();