init method

void init({
  1. ComToastConfig? config,
})

Implementation

void init({ComToastConfig? config}) {
  _globalConfig = config;
}