menu
studyu_repo_generator package
documentation
utils/database.dart
fetchSubjects function
fetchSubjects function
dark_mode
light_mode
fetchSubjects
function
Future
<
String
>
fetchSubjects
(
String
studyId
)
Implementation
Future<String> fetchSubjects(String studyId) async => Study.fetchResultsCSVTable(studyId);
studyu_repo_generator package
documentation
utils/database
fetchSubjects function
database library