LiveReportedFailure constructor

LiveReportedFailure(
  1. String message,
  2. Object? result
)

Creates a LiveReportedFailure with a summary message and the app's result payload.

Implementation

LiveReportedFailure(this.message, this.result);