create table

This commit is contained in:
efrilm
2025-10-26 18:47:51 +07:00
parent 634b331716
commit d5ed3f62ff
13 changed files with 949 additions and 228 deletions
@@ -52,6 +52,7 @@ class OutletRepository implements IOutletRepository {
return left(result.error!);
}
await _localDataProvider.saveCurrentOutlet(result.data!);
final outlet = result.data!.toDomain();
return right(outlet);
} catch (e, s) {