fromUrl static method

Future<String> fromUrl(
  1. String url
)

Download the attachment from the server.

Implementation

static Future<String> fromUrl(String url) => Requests.get<String>(url);