CustomChromeSafariBrowser class

Inheritance

Constructors

CustomChromeSafariBrowser()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id String
View ID used internally.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

addMenuItem(ChromeSafariBrowserMenuItem menuItem) → void
Adds a ChromeSafariBrowserMenuItem to the menu.
inherited
addMenuItems(List<ChromeSafariBrowserMenuItem> menuItems) → void
Adds a list of ChromeSafariBrowserMenuItem to the menu.
inherited
close() Future<void>
Closes the ChromeSafariBrowser instance.
inherited
handleMethod(MethodCall call) Future
inherited
isOpened() bool
Returns true if the ChromeSafariBrowser instance is opened, otherwise false.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClosed() → void
Event fires when the ChromeSafariBrowser is closed.
override
onCompletedInitialLoad() → void
Event fires when the initial URL load is complete.
override
onOpened() → void
Event fires when the ChromeSafariBrowser is opened.
override
open({required Uri url, ChromeSafariBrowserClassOptions? options}) Future<void>
Opens the ChromeSafariBrowser instance with an url.
inherited
setActionButton(ChromeSafariBrowserActionButton actionButton) → void
Set a custom action button.
inherited
throwIsAlreadyOpened({String message = ''}) → void
inherited
throwIsNotOpened({String message = ''}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited