feat: Refactor sign-out method to use unified service call across repositories
This commit is contained in:
@@ -15,7 +15,7 @@ class SettingsRepositoryImpl implements SettingsRepositoryInterface {
|
||||
@override
|
||||
Future<void> signOut() async {
|
||||
return _service.run(() async {
|
||||
await _service.auth.signOut();
|
||||
await _service.signOut();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user