hasReceived method

bool hasReceived(
  1. String status
)

Returns whether the given status was received from the backend as a reply.

Implementation

bool hasReceived(String status) => _received?.status == status;