isAuthenticated method

dynamic isAuthenticated(
  1. bool authenticated
)

Implementation

isAuthenticated(bool authenticated) {
  _isAuthenticated = authenticated;
  return this;
}