create abstract method

Future<IContact> create(
  1. IContact contact
)
override

Implementation

Future<IContact> create(IContact contact,);