loginWithGoogle method

Future loginWithGoogle()

Implementation

Future loginWithGoogle() async {
  await _authenticationService.signInWithGoogle();
}