init static method

void init({
  1. ComToastTheme? theme,
})

初始化配置与构建器(可同时传入)

Implementation

static void init({
  ComToastTheme? theme,
}) {
  _toastManager.init(theme: theme);
}