Returns the current visitor ID.
Future<String?> getVisitorId() async { return _dymatrixApi.getVisitorId(); }