fix profile
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:fcs/domain/entities/package.dart';
|
||||
|
||||
abstract class PackageService {
|
||||
Future<void> createPackages(List<Package> packages, String fcsID);
|
||||
Future<void> createPackage(Package package);
|
||||
Future<void> deletePackage(Package package);
|
||||
Future<List<Package>> searchPackage(String term);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user