custom error message
In my app, Iam using a lot of forms. if there is an error message from an api call in the background, the toast shows the error message. instead I want to show my own custom error message. I see that every error message are passing through onError funciton of authprovider. but i can;t seem to give my own error message
