CustomChromeSafariBrowser class
- Inheritance
-
- Object
- ChromeSafariBrowser
- CustomChromeSafariBrowser
Constructors
Properties
Methods
-
addMenuItem(
→ void ) -
Adds a ChromeSafariBrowserMenuItem to the menu.
inherited
-
addMenuItems(
→ 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, otherwisefalse
.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