Returns the id of the current session.
@override Future<String?> getCurrentSessionId() async { return methodChannel.invokeMethod<String?>(_getCurrentSessionIdMethodName); }