79454119

Date: 2025-02-20 10:23:59
Score: 1.5
Natty:
Report link

// Instead of using queryParameters final uri = Uri( scheme: scheme, host: '$name.blob.$suffix', path: path, query: _queryParams.entries.map((e) => '${e.key}=${e.value}').join('&') );

Or if your SAS token is already in the correct format as a single string: dartCopyfinal uri = Uri( scheme: scheme, host: '$name.blob.$suffix', path: path, query: sasToken // Your raw SAS token string );

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: sumon mia