SystemAlertWindow class

Constructors

SystemAlertWindow()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

checkPermissions({SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) Future<bool?>
closeSystemWindow({SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) Future<bool?>
registerOnClickListener(OnClickListener callBackFunction) Future<bool?>
requestPermissions({SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) Future<bool?>
showSystemWindow({required SystemWindowHeader header, SystemWindowBody? body, SystemWindowFooter? footer, SystemWindowMargin? margin, SystemWindowGravity gravity = SystemWindowGravity.CENTER, int? width, int? height, String notificationTitle = "Title", String notificationBody = "Body", SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) Future<bool?>
updateSystemWindow({required SystemWindowHeader header, SystemWindowBody? body, SystemWindowFooter? footer, SystemWindowMargin? margin, SystemWindowGravity gravity = SystemWindowGravity.CENTER, int? width, int? height, String notificationTitle = "Title", String notificationBody = "Body", SystemWindowPrefMode prefMode = SystemWindowPrefMode.DEFAULT}) Future<bool?>