clearPermanentResponse method

void clearPermanentResponse(
  1. String method
)

Clear permanent response for a specific method

Implementation

void clearPermanentResponse(String method) {
  _permanentResponses.remove(method);
}