signOutUser method

Future signOutUser()

Implementation

Future signOutUser() async {
  await signIn.signOut();
}