bootstrapFor method

  1. @override
Future<String> bootstrapFor(
  1. String entrypoint
)
override

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);