Returns this Optional's value, if present. Otherwise, returns the result of calling supply() asynchronously.
Future<T> orElseGetAsync(Future<T> Function() supply);