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