Files
sendico/frontend/pshared/lib/utils/http/client/stub.dart
2025-11-13 15:06:15 +03:00

5 lines
161 B
Dart

import 'package:http/http.dart';
Client buildHttpClient() => throw UnsupportedError('buildHttpClient() was called without a proper platform implementation.');