errorAsync property

FutureOr get errorAsync

Implementation

FutureOr<dynamic> get errorAsync => then((r) => r.error);