getPostUri static method

Uri getPostUri({
  1. required String path,
  2. QueryType? queryType,
})

Implementation

static Uri getPostUri({
  required final String path,
  final QueryType? queryType,
}) =>
    getUri(path: path, queryType: queryType, addUserAgentParameters: false);