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 2024-09-12 18:16:13 +0530 +0530

ON THIS PAGE