FutureOrNull<T> extension

on

Methods

andThen<S>(FutureOr<S> action(T? value), {Function? onError}) FutureOr<S>