open ai service
This commit is contained in:
6
books_flutter/lib/bloc/book/book_state.dart
Normal file
6
books_flutter/lib/bloc/book/book_state.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import '../../models/models.dart';
|
||||
|
||||
class BookState {
|
||||
final List<Book> books;
|
||||
const BookState({required this.books});
|
||||
}
|
||||
Reference in New Issue
Block a user