performHttpRequest method
Future<Map<String, dynamic> >
performHttpRequest({
- required String method,
- required String url,
- required Map<
String, String> headers, - dynamic body,
- 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');
}