getBoxKey static method

String getBoxKey(
  1. ModuleManager moduleManager
)

Implementation

static String getBoxKey(ModuleManager moduleManager) {
  String origin = '${moduleManager.controller.origin}_async';
  int fileCheckSum = getCrc32(origin.codeUnits);
  return '_webf_$fileCheckSum';
}