Files
workavia-mail-front/lib/main/utils/app_constants.dart
T
dab246 d357358341 TF-1810 Implement store detailed email to cache
(cherry picked from commit 6be6d69ad8e5fb05d839e2649b1f444613eea6d1)
2023-06-05 11:02:20 +07:00

4 lines
70 B
Dart

class AppConstants {
static const int limitCharToStartSearch = 3;
}