webSpecificImplPath function

String webSpecificImplPath(
  1. String lib
)

Relative path of the module's web-specific impl, as build_web.sh spells it.

Implementation

String webSpecificImplPath(String lib) => 'web/src/Hybrid${_toPascalCase(lib)}.cpp';