get method

Future<Map<String, dynamic>> get(
  1. Uri url
)

Implementation

Future<Map<String, dynamic>> get(Uri url) => _makeRequest(url, 'GET');