menu
ai_app package
documentation
services/http_service.dart
HttpService
getAllQuestions method
getAllQuestions method
dark_mode
light_mode
getAllQuestions
method
Future
<
Response
>
getAllQuestions
(
)
Implementation
Future<http.Response> getAllQuestions() { return get( Uri.parse('$apiURL/question/all'), ); }
ai_app package
documentation
services/http_service
HttpService
getAllQuestions method
HttpService class