ToastPlugin class

Implemented types

Constructors

ToastPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
loadingText String Function(BuildContext context)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hideLoading({required BuildContext context}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showLoading({required String text, required BuildContext context}) → void
override
showToast(String text, {required BuildContext context, VoidCallback? completion}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ToastPluginInterface
no setter

Static Methods

register(ToastPluginInterface instance) → void