i have problem in sign_in.dart
_the import 'package:coffecafe/services/auth.dart';the flutter say remove unused import
and another
_final AuthService auth = AuthService();
undefined class 'AuthService'.
Try changing the name to the name of an existing class, or creating a class with the name 'AuthService'.dart(undefined_class)
i have problem in sign_in.dart _the import 'package:coffecafe/services/auth.dart'; the flutter say remove unused import
and another
_final AuthService auth = AuthService();
undefined class 'AuthService'. Try changing the name to the name of an existing class, or creating a class with the name 'AuthService'.dart(undefined_class)
please help