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 store decides the order, and either order it picks must leave the device correct.
Implementation
Future<void> signOut();