attachTo static method

MDCSnackbar attachTo(
  1. Element root
)

Implementation

static MDCSnackbar attachTo(Element root) => MDCSnackbar._attach(root);