getFileByPath method
Returns a ReleaseManifestFile with the filePath
;
Implementation
ReleaseManifestFile? getFileByPath(String filePath) => _files[filePath];
Returns a ReleaseManifestFile with the filePath
;
ReleaseManifestFile? getFileByPath(String filePath) => _files[filePath];