request abstract method Null safety

Future<void> request(
  1. String method,
  2. Uri uri,
  3. Map<String, String>? headers,
  4. dynamic body,
  5. HttpCallback? callback
)

Request at uri with headers and body.