Frontend first draft
This commit is contained in:
4
frontend/pshared/lib/utils/http/client/stub.dart
Normal file
4
frontend/pshared/lib/utils/http/client/stub.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
import 'package:http/http.dart';
|
||||
|
||||
|
||||
Client buildHttpClient() => throw UnsupportedError('buildHttpClient() was called without a proper platform implementation.');
|
||||
Reference in New Issue
Block a user