import 'package:flyinsonolite/infrastructure/storage.dart'; abstract class BaseManager { /// 用户登录令牌 String get token => Storage.user.token; }