create abstract method

Future<IEmployee> create(
  1. IEmployee employee
)
override

Implementation

Future<IEmployee> create(IEmployee employee,);