endCustomerSession static method

  1. @Deprecated('Use CustomerSession.instance.endSession instead.')
void endCustomerSession()

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();
}