We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e8c3d commit 873a336Copy full SHA for 873a336
lib/src/api/send_json.dart
@@ -4,7 +4,6 @@ import '../models/emailjs_response_status.dart';
4
/// sends JSON object via HTTP POST
5
Future<EmailJSResponseStatus> sendJSON(
6
Uri uri, String data, http.Client? customClient) async {
7
-
8
final client = customClient ?? http.Client();
9
10
try {
0 commit comments