fetchStudySchema function

Future<Study> fetchStudySchema(
  1. String studyId
)

Implementation

Future<Study> fetchStudySchema(String studyId) async => SupabaseQuery.getById<Study>(studyId);