registerWith static method
Implementation
static void registerWith(Registrar registrar) {
// This should never be called on non-web platforms
throw UnsupportedError(
'DotLottieFlutterWeb is not supported on this platform.',
);
}
static void registerWith(Registrar registrar) {
// This should never be called on non-web platforms
throw UnsupportedError(
'DotLottieFlutterWeb is not supported on this platform.',
);
}