Future<String> getMiniProgramIndexHtml() async{ final directoryPath = await _getArchiveDirectoryPath(_module.id); return "$directoryPath/index.html"; }