Sign out the user
Returns a Future that resolves when the user is signed
Future<void> signOut() async { await instance.signOut().onError((error, stackTrace) => null); }