authenticationService method

AuthenticationService authenticationService()

Implementation

AuthenticationService authenticationService() {
  return Provider.of<AuthenticationService>(this, listen: false);
}