TF-725 Download inline image as base64 data

This commit is contained in:
dab246
2022-07-20 16:48:28 +07:00
committed by Dat H. Pham
parent d416f858c7
commit 74901821ee
8 changed files with 101 additions and 65 deletions
@@ -0,0 +1,4 @@
abstract class ComposerDataSource {
Future<String?> downloadImageAsBase64(String url);
}