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