loadModuleSnippet property
Returns a snippet of JS code that can be used to load a JS module.
The snippet should be a reference to a function that takes a single argument which is the module name to load.
Implementation
@override
String get loadModuleSnippet => 'dart_library.import';