Skip to content

Commit 59a2eea

Browse files
committed
add shopinbit fetch all from remote function stub
1 parent 1840842 commit 59a2eea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/services/shopinbit/shopinbit_service.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import '../../db/drift/shared_db/shared_database.dart';
12
import '../../external_api_keys.dart';
23
import '../../utilities/flutter_secure_storage_interface.dart';
34
import '../../utilities/logger.dart';
@@ -62,4 +63,10 @@ class ShopInBitService {
6263
await _secure.delete(key: _kShopinBitCustomerKeyKeySecureStore);
6364
Logging.instance.i("ShopInBitService: customer key cleared");
6465
}
66+
67+
Future<List<ShopInBitTicketsCompanion>> fetchAllForCustomerKey(
68+
String customerKey,
69+
) async {
70+
throw UnimplementedError("TODO");
71+
}
6572
}

0 commit comments

Comments
 (0)