notificationBook method
WidgetbookUseCase
notificationBook()
Implementation
WidgetbookUseCase notificationBook() {
return WidgetbookUseCase(
name: "MENotification", builder: (p0) => const MyWidget());
}
WidgetbookUseCase notificationBook() {
return WidgetbookUseCase(
name: "MENotification", builder: (p0) => const MyWidget());
}