getUri method

Uri getUri()

Implementation

Uri getUri() {
  return Uri(
    scheme: "https",
    host: "anima.botika.online",
    path: "/api/public/video/download",
    queryParameters: toJson(),
  );
}