PromptInfo class
Wrapper for platform specific prompt infos.
Constructors
- PromptInfo.new({AndroidPromptInfo androidPromptInfo = AndroidPromptInfo.defaultValues, IosPromptInfo iosPromptInfo = IosPromptInfo.defaultValues, IosPromptInfo macOsPromptInfo = IosPromptInfo.defaultValues})
-
const
Properties
- androidPromptInfo → AndroidPromptInfo
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosPromptInfo → IosPromptInfo
-
final
- macOsPromptInfo → IosPromptInfo
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultValues → const PromptInfo