menu
chrome_extension package
documentation
management.dart
UninstallOptions class
UninstallOptions class
dark_mode
light_mode
UninstallOptions
class
Constructors
UninstallOptions
({
bool
?
showConfirmDialog
})
UninstallOptions.fromJS
(
UninstallOptions
_wrapped
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
showConfirmDialog
↔
bool
?
Whether or not a confirm-uninstall dialog should prompt the user. Defaults to false for self uninstalls. If an extension uninstalls another extension, this parameter is ignored and the dialog is always shown.
getter/setter pair
toJS
→ UninstallOptions
no setter
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
chrome_extension package
documentation
management
UninstallOptions class
management library