mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
8 lines
174 B
Dart
8 lines
174 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library pkpass;
|
|
|
|
export 'src/pass_file.dart';
|
|
export 'src/error.dart';
|
|
export 'src/models/pass.dart';
|