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