uri method

String uri({
  1. String? downloadPrefix,
})

Implementation

String uri({String? downloadPrefix}) {
  return '';
}