loginWithFacebook method

Future loginWithFacebook()

Implementation

Future loginWithFacebook() async {
  await _authenticationService.signInWithFacebook();
}