bootstrapFor method
Returns the bootstrap required for this LoadStrategy.
The bootstrap is appended to the end of the entry point module.
Implementation
@override
Future<String> bootstrapFor(String entrypoint) async =>
await _ddcLoaderSetup(entrypoint);