toast method

void toast()

需要先实现 Config 中的 toast 方法

Implementation

void toast() => Config.toast?.call(this);