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