User Login

You can display the login page to the end user of your Catalyst Flutter app using the login() method. This will be displayed when the user is logged out of the app. If the login is successful, the user will be able to access the app.

A sample code snippet is shown below:

copy
await ZCatalystApp.getInstance().login()

Last Updated 2025-08-28 12:01:44 +0530 IST

ON THIS PAGE