Performing hot restart... Syncing files to device Android SDK built for x86... lib/http/webclient.dart:30:7: Error: Getter not found: 'HttpClientWithInterceptor'. HttpClientWithInterceptor.build(interceptors: [LoggingInterceptor()]); ^^^^^^^^^^^^^^^^^^^^^^^^^ lib/http/webclient.dart:32:24: Error: The argument type 'String' can't be assigned to the parameter type 'Uri'.
- 'Uri' is from 'dart:core'.
await client.get('http://192.168.0.6:8080/transactions');
lib/http/webclient.dart:30:7: Error: Getter not found: 'HttpClientWithInterceptor'. HttpClientWithInterceptor.build(interceptors: [LoggingInterceptor()]); ^^^^^^^^^^^^^^^^^^^^^^^^^ lib/http/webclient.dart:32:24: Error: The argument type 'String' can't be assigned to the parameter type 'Uri'.^
- 'Uri' is from 'dart:core'. await client.get('http://192.168.0.6:8080/transactions');