utils/fetch library

Functions

fetch(String url, {String method = 'GET', Map<String, String>? headers, String? body}) Future<Response>