signOut abstract method
Ends the session the current binding belongs to, exactly as signing out does in the application.
Called from inside an open transaction. Do not make it wait for that transaction on purpose — the point of the case is that the store decides the order, and either order it picks must leave the queue correct.
Implementation
Future<void> signOut();