totast method

  1. @override
void totast(
  1. String content, [
  2. int timeoutSeconds = 3
])
override

自动弹出totast; 当内容比较多时,自动往下排; 定时消失时,自动网上移动;

Implementation

@override
void totast(String content, [int timeoutSeconds = 3]) {
  __totastState?.showText(content, timeoutSeconds);
}