performHttpRequest method

  1. @override
Future<Map<String, dynamic>> performHttpRequest({
  1. required String method,
  2. required String url,
  3. required Map<String, String> headers,
  4. dynamic body,
  5. required Duration timeout,
})
override

Implementation

@override
Future<Map<String, dynamic>> performHttpRequest({
  required String method,
  required String url,
  required Map<String, String> headers,
  dynamic body,
  required Duration timeout,
}) async {
  throw const FittorWasmException('WASM not supported on this platform');
}