ensureInitialized function
void
ensureInitialized()
Forces the WebCodecs backend registration to run. Call once at startup if you need it registered before any other call touches the tools registry.
Implementation
// ignore: unused_element
void ensureInitialized() => _registered;