signOut method

Future<void> signOut()

Mark the current user as being in the signed out state

You should restart the app afterwards using a package such as flutter_phoenix.

Implementation

Future<void> signOut() async => signIn.signOut();