unauthenticate abstract method

Future unauthenticate()

unauthenticate is used to delete the authObject and update the isAuthenticated state to false.

Implementation

Future unauthenticate();