serverPathForModule abstract method

Future<String?> serverPathForModule(
  1. String entrypoint,
  2. String module
)

Returns the server path for the provided module.

For example:

web/main -> main.ddc.js

Implementation

Future<String?> serverPathForModule(String entrypoint, String module);