@override Future<Response<bool>> signInWithBiometric() { try { return repository.signInWithBiometric(); } catch (_) { return Future.error("$_"); } }