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