basic api access, state managment etc
This commit is contained in:
6
flutter/lib/models/key_token_auth.dart
Normal file
6
flutter/lib/models/key_token_auth.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class KeyTokenAuth {
|
||||
final String userId;
|
||||
final String token;
|
||||
|
||||
KeyTokenAuth({required this.userId, required this.token});
|
||||
}
|
||||
Reference in New Issue
Block a user