@override void updateCustomParam(String key, dynamic value) { methodChannel .invokeMethod("updateCustomParam", {"key": key, "value": value}); }