This website works better with JavaScript
Home
Explore
Help
Sign In
Orienteering
/
trackoffical_app
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b2da2f2bd6
Branches
Tags
master
v2
v3
trackoffical...
/
lib
/
service
/
user_profile.dart
user_profile.dart
102 B
History
Raw
1
2
3
4
5
6
import 'package:get_storage/get_storage.dart';
class UserProfile{
final token = ''.val('token');
}