register method
Register a single toast style with the given id.
Implementation
void register(String id, ToastStyleFactory factory) {
_styles[id] = factory;
}
Register a single toast style with the given id.
void register(String id, ToastStyleFactory factory) {
_styles[id] = factory;
}