clearParams method

void clearParams()

Implementation

void clearParams() {
  _parameters = <dynamic, dynamic>{};
}