mobilePost method

Future<Response<Object>> mobilePost({
  1. String? path,
})

@param path

Implementation

Future<chopper.Response<Object>> mobilePost({String? path}) {
  return _mobilePost(path: path);
}