payloadAsync property

FutureOr<T?> get payloadAsync

Implementation

FutureOr<T?> get payloadAsync => then((r) => r.payload);