setPermanentResponse method
Set a permanent response for a specific method
Implementation
void setPermanentResponse(String method, dynamic response) {
_permanentResponses[method] = response;
}
Set a permanent response for a specific method
void setPermanentResponse(String method, dynamic response) {
_permanentResponses[method] = response;
}