authenticate abstract method

Future authenticate(
  1. T authObject
)

authenticate is used to store the authObject and update the isAuthenticated state to true.

Implementation

Future authenticate(T authObject);