create abstract method

Future<IPrepSchoolStudent> create(
  1. IPrepSchoolStudent prepSchoolStudent
)
override

Implementation

Future<IPrepSchoolStudent> create(IPrepSchoolStudent prepSchoolStudent,);