Commit f3094ad0 by Ramesh Babu Puvvadi

Update RemoteData.dart

parent 526d2f6b
......@@ -34,6 +34,7 @@ class RemoteData {
//Login Request GET Method
Future<Upload?> getValidBarcode(String barcode) async {
print(barcode);ß
var client = http.Client();
var response = await client.get(Uri.parse('$validbarcode$barcode'));
if (response.statusCode == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment