String createRequestPlatformUrl(String host, String path) { return Uri(scheme: "zgMatter", host: host, path: path).toString(); }