ComToastManager class
Constructors
- ComToastManager.new()
-
factory
Properties
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