import 'dart:ui'; import 'package:grostore/screens/auth/login.dart'; class L10n{ static final all = [ Locale('en'), Locale('uz'), Locale('ru'), ]; }