authInfo method

AuthInfo authInfo()

Implementation

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