error static method
显示错误 Toast
Implementation
static void error(String message,
    {ComToastConfig? config, bool skipDuplicateFilter = false}) {
  _showBuiltInToast(message, ComToastType.error, config, skipDuplicateFilter);
}显示错误 Toast
static void error(String message,
    {ComToastConfig? config, bool skipDuplicateFilter = false}) {
  _showBuiltInToast(message, ComToastType.error, config, skipDuplicateFilter);
}