removeClientParam static method

void removeClientParam(
  1. String key
)

Implementation

static void removeClientParam(String key) {
  _channel.invokeMethod("removeClientParam", {"key": key});
}