refactor: remove unused imports and obfuscate service from contact page
This commit is contained in:
parent
918265744e
commit
1a020bbbd8
@ -1,8 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import '../contacts/contact_state.dart';
|
||||
import '../contacts/widgets/alphabet_scroll_page.dart';
|
||||
import '../../common/widgets/loading_indicator.dart';
|
||||
import '../../../domain/services/obfuscate_service.dart';
|
||||
|
||||
class ContactPage extends StatefulWidget {
|
||||
const ContactPage({super.key});
|
||||
@ -12,7 +10,6 @@ class ContactPage extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _ContactPageState extends State<ContactPage> {
|
||||
final ObfuscateService _obfuscateService = ObfuscateService();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Loading…
Reference in New Issue
Block a user