add shipments
This commit is contained in:
@@ -8,4 +8,5 @@ abstract class PackageService {
|
||||
Future<void> updateProcessing(Package package);
|
||||
Future<void> deleteProcessing(Package package);
|
||||
Future<List<Package>> searchPackage(String term);
|
||||
Future<void> changeDeliveryAddress(String packageID, String deliveryID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user