getPatchUri method

Uri getPatchUri(
  1. {required String path}
)

Implementation

Uri getPatchUri({
  required final String path,
}) =>
    getUri(
      path: path,
      addUserAgentParameters: false,
      userInfo: userInfoForPatch,
    );