createCloudflareRequest function
Performs the createCloudflareRequest operation.
Implementation
CloudflareRequest createCloudflareRequest(
String url, {
String method = 'GET',
Map<String, String> headers = const <String, String>{},
Object? body,
}) =>
throw UnsupportedError('Cloudflare bindings require a JavaScript runtime.');