|
|
|
|
@ -64,7 +64,7 @@ class DeviceTransferProvider extends ChangeNotifier {
|
|
|
|
|
}) async {
|
|
|
|
|
if (isLoading == true) return -2;
|
|
|
|
|
isLoading = true;
|
|
|
|
|
notifyListeners();
|
|
|
|
|
if (items?.isEmpty ?? true) notifyListeners();
|
|
|
|
|
Response response;
|
|
|
|
|
try {
|
|
|
|
|
Map<String, dynamic> body = {};
|
|
|
|
|
|