user_profile.dart 102 B

123456
  1. import 'package:get_storage/get_storage.dart';
  2. class UserProfile{
  3. final token = ''.val('token');
  4. }