clearRequests method

dynamic clearRequests()

Implementation

clearRequests() {
  requestModels.clear();
  fireEvent();
}