5 lines
158 B
Dart
5 lines
158 B
Dart
import 'package:http/http.dart';
|
|
|
|
BaseClient getCookieClient(storage) => throw UnsupportedError(
|
|
'Cannot create a client without dart:html or dart:io.');
|