signOut method

Future<void> signOut()

This function signs the user out of the current session.

Implementation

Future<void> signOut() async {
  return await _methods.signOut();
}