create abstract method

Future<ICollege> create(
  1. ICollege college
)
override

Implementation

Future<ICollege> create(ICollege college,);