registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers the browser backend before the Flutter application starts.

Implementation

static void registerWith(Registrar registrar) {
  StyletPlatform.instance = StyletWeb();
}