menu
mediasfu_sdk
types\types.dart
ShowAlertOptions
ShowAlertOptions constructor
ShowAlertOptions
dark_mode
light_mode
ShowAlertOptions
constructor
ShowAlertOptions
(
{
required
String
message
,
required
String
type
,
int
?
duration
}
)
Implementation
ShowAlertOptions({ required this.message, required this.type, this.duration, });
mediasfu_sdk
types
ShowAlertOptions
ShowAlertOptions constructor
ShowAlertOptions class