requestCompleted abstract method
Notifies the listneer that a request has completed succesfully. requestId is the unique ID for the request. statusCode is the HTTP response code returned from the server.
Implementation
void requestCompleted({required String requestId, required int statusCode});