9 lines
223 B
Dart
9 lines
223 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library wyatt_notification_bloc;
|
|
|
|
export 'src/wyatt_notification_bloc_base.dart';
|
|
|
|
// TODO: Export any libraries intended for clients of this package.
|