ToastWebPlugin class

Constructors

ToastWebPlugin()

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

handleMethodCall(MethodCall call) Future
Handle Method Callbacks from MethodChannel.
injectCssAndJS() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showToast(dynamic args) → dynamic
it to showWebToast
showWebToast(String msg, String gravity, {int duration = 1000, String bgcolor = "linear-gradient(to right, #00b09b, #96c93d)", bool showClose = false, String? textColor}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void