8 lines
182 B
Dart
8 lines
182 B
Dart
const token = "token";
|
|
|
|
const emailKey = 'email';
|
|
const identityKey = 'identity';
|
|
const passwordKey = 'password';
|
|
const confirmPasswordKey = 'passwordConfirm';
|
|
const id = 'user_id';
|