FluttertoastWebPlugin constructor

FluttertoastWebPlugin()

Constructor class which calls the metohd to inject JS and CSS in to dom

Implementation

FluttertoastWebPlugin() {
  injectCssAndJSLibraries();
}