removeCustomFetchParam static method
Implementation
static void removeCustomFetchParam(String key,
{String? appId, String? templateCode}) {
_channel.invokeMethod("removeCustomFetchParam",
{"key": key, "appId": appId, "templateCode": templateCode});
}