dart 中有类似 php session 的概念吗?

Is there anything like php session concept in dart?

我在 dart 服务器端工作,需要在 dart 中创建 php 会话之类的概念,所以我不知道从哪里开始?提出一些 link 或概念?

我不知道 PHP 的会话有什么功能,但是对于 Dart 有像 https://pub.dartlang.org/packages/shelf_auth and https://pub.dartlang.org/packages/shelf_auth_session

这样的包