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