get abstract method

Future<Response> get(
  1. Uri uri, {
  2. Map<String, String>? headers,
  3. Duration? timeout,
})

Implementation

Future<Response> get(
  Uri uri, {
  Map<String, String>? headers,
  Duration? timeout,
});