show static method
显示普通 Toast
Implementation
static void show(String message,
{ComToastConfig? config, bool skipDuplicateFilter = false}) {
_toastManager.show(message,
config: config, skipDuplicateFilter: skipDuplicateFilter);
}
显示普通 Toast
static void show(String message,
{ComToastConfig? config, bool skipDuplicateFilter = false}) {
_toastManager.show(message,
config: config, skipDuplicateFilter: skipDuplicateFilter);
}