payloadAsyncOr method

Future<T?> payloadAsyncOr(
  1. T? def
)

Implementation

Future<T?> payloadAsyncOr(T? def) => then((r) => r.payload ?? def);