dart_pkpass/lib/pkpass_web_service.dart
The one with the braid c1d9fa2db3 chore: bump SDK
Signed-off-by: The one with the braid <info@braid.business>
2024-10-14 21:31:29 +02:00

9 lines
349 B
Dart

/// The PkPass Web Service.
///
/// So far only supports update check but no push service.
///
/// https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html#//apple_ref/doc/uid/TP40011988
library;
export 'pkpass_web_wervice/web_service.dart';
export 'pkpass_web_wervice/web_service_error.dart';