ComToastManager class

Constructors

ComToastManager.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isShowing bool
获取Toast显示状态
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearMessageFilter() → void
清除消息过滤缓存(用于特殊情况)
dismiss() → void
init({ComToastConfig? config}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDuplicateFilterDuration(int milliseconds) → void
设置重复消息过滤时间(毫秒)
show(String message, {ComToastConfig? config, bool skipDuplicateFilter = false}) → void
toString() String
A string representation of this object.
inherited

Operators

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