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