WrappedCall<T> typedef

WrappedCall<T> = FutureOr<T?> Function()

Implementation

typedef WrappedCall<T> = FutureOr<T?> Function();