update cargo type form from rate, update carton info and form
This commit is contained in:
@@ -224,6 +224,9 @@ class PackageModel extends BaseModel {
|
||||
}
|
||||
|
||||
Future<List<Package>> searchPackage(String term) async {
|
||||
if (term != '') {
|
||||
await SharedPref.saveRecentSearch('package_search', term);
|
||||
}
|
||||
Future<List<Package>> packages =
|
||||
Services.instance.packageService.searchPackage(term);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user