menu
mediasfu_sdk
types\types.dart
ShowAlertOptions
ShowAlertOptions.new constructor
ShowAlertOptions.new
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.new constructor
ShowAlertOptions class