This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/web_native/lib/api/cookie_client/cookie_client.dart

5 lines
158 B
Dart
Raw Permalink Normal View History

2021-02-11 20:47:42 +00:00
import 'package:http/http.dart';
2021-02-20 19:10:25 +00:00
BaseClient getCookieClient(storage) => throw UnsupportedError(
2021-02-11 20:47:42 +00:00
'Cannot create a client without dart:html or dart:io.');