MisterFrodo class
Methods
-
getBookById(String id)
→ Future<ResponseWrapper<Book>>
-
-
getBooks({int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Book>>
-
-
getChapterById(String id)
→ Future<ResponseWrapper<BookChapter>>
-
-
getChapters({int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<BookChapter>>
-
-
getChaptersByBookId(String id, {int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<BookChapter>>
-
-
getCharacterById(String id)
→ Future<ResponseWrapper<Character>>
-
-
getCharacters({int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Character>>
-
-
getMovieById(String id)
→ Future<ResponseWrapper<Movie>>
-
-
getMovies({int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Movie>>
-
-
getQuoteById(String id)
→ Future<ResponseWrapper<Quote>>
-
-
getQuotes({int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Quote>>
-
-
getQuotesByCharacterId(String id, {int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Quote>>
-
-
getQuotesByMovieId(String id, {int limit = 100, int offset = 0, String? sort, Map<String, dynamic>? filter})
→ Future<ResponseWrapper<Quote>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited