You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand it, these come from the AndroidPromptInfo and IosPromptInfo classes respectively and each are called upon by the PromptInfo class to deliver the messages displayed in the prompt.
I'm quite new to Dart and Flutter, is there a way I can override these classes in my code to specify my own messages? These strings are a bit too generic for my use-case.
The text was updated successfully, but these errors were encountered:
As I understand it, these come from the
AndroidPromptInfo
andIosPromptInfo
classes respectively and each are called upon by thePromptInfo
class to deliver the messages displayed in the prompt.I'm quite new to Dart and Flutter, is there a way I can override these classes in my code to specify my own messages? These strings are a bit too generic for my use-case.
The text was updated successfully, but these errors were encountered: