sessionReleaseAndCloseApp method

Future sessionReleaseAndCloseApp(
  1. BuildContext context
)

Implementation

Future sessionReleaseAndCloseApp(BuildContext context) async {
  await sessionRelease();
  loginRoute.go(context);
}