removeGlobalCallbackParameter static method

void removeGlobalCallbackParameter(
  1. String key
)

Implementation

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