UpdateServiceAgreementUseCase typedef
Use case for updating the service agreement details of a device
Implementation
typedef UpdateServiceAgreementUseCase = Future<void> Function({
required BuildContext context,
required int deviceId,
required ServiceAgreementFormData data,
});