removeSessionCallbackParameter static method

void removeSessionCallbackParameter(
  1. String key
)

Implementation

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