mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00

* feat: add webview for account deletion * feat: add webview for account deletion * clean(preferences): remove useless reasonController * clean: fix variable naming * refactor: add deletionwebview state private and remove l10n from path segments
5 lines
163 B
Dart
5 lines
163 B
Dart
import 'package:mockito/mockito.dart';
|
|
import 'package:smooth_app/database/local_database.dart';
|
|
|
|
class MockLocalDatabase extends Mock implements LocalDatabase {}
|