Signature of runAsync method.
runAsync
typedef RunAsyncCallback<T> = Future<T?> Function( Future<T> Function() callback, );