supportedEntryPoints abstract method

Future<List<String>> supportedEntryPoints()

Returns a list of supported entrypoints for the bundler.

Returns a Future that completes with a list of supported entrypoints.

Implementation

Future<List<String>> supportedEntryPoints();