getSessionIdCookie method

Future<String> getSessionIdCookie()

Get the HTTP cookie from this session

Implementation

Future<String> getSessionIdCookie() async {
  return await _methodChannel.invokeMethod('getSessionIdCookie');
}