registerWith static method
Registers the browser backend before the Flutter application starts.
Implementation
static void registerWith(Registrar registrar) {
StyletPlatform.instance = StyletWeb();
}
Registers the browser backend before the Flutter application starts.
static void registerWith(Registrar registrar) {
StyletPlatform.instance = StyletWeb();
}