@override Future<User> signInWithGoogle() async { final model = await remote.signInWithGoogle(); return model; }