fieldToKeepDevtoolsExtensionLibraryAlive top-level property
Include a variable to keep the library alive in web builds.
It must be a final
variable.
Check this discussion for more info: https://github.com/flutter/packages/pull/6749/files/6eb1b4fdce1eba107294770d581713658ff971e9#discussion_r1755375409
Implementation
// ignore: prefer_const_declarations
final bool fieldToKeepDevtoolsExtensionLibraryAlive = false;