fromUrl method Null safety
- String url
Download the attachment from the server.
Implementation
static Future<String> fromUrl(String url) => Requests.get<String>(url);
Download the attachment from the server.
static Future<String> fromUrl(String url) => Requests.get<String>(url);