getStorageUrl method

String getStorageUrl([
  1. String path = ''
])

Implementation

String getStorageUrl([String path = '']) {
  return '${getApiUrl()}/api/storage/file$path';
}