endCustomerSession static method
End the managed singleton customer session. Call this when the current user logs out.
Implementation
@Deprecated('Use CustomerSession.instance.endSession instead.')
static void endCustomerSession() {
_instance?.endSession();
}