registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

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