server/lib/constants.dart
2025-05-27 11:35:34 +03:00

8 lines
182 B
Dart

const token = "token";
const emailKey = 'email';
const identityKey = 'identity';
const passwordKey = 'password';
const confirmPasswordKey = 'passwordConfirm';
const id = 'user_id';