import 'package:flutter/foundation.dart'; class SPConstant { //SP保存用户Token static const String SP_KEY_TOKEN = 'user_token'; }