3 lines
105 B
Dart
3 lines
105 B
Dart
|
String pathToPictrs(String instanceUrl, String imgId) =>
|
||
|
'https://$instanceUrl/pictrs/image/$imgId';
|