Get the HTTP cookie from this session
Future<String> getSessionIdCookie() async { return await _methodChannel.invokeMethod('getSessionIdCookie'); }