create abstract method

Future<IBirthday> create(
  1. IBirthday birthday
)
override

Implementation

Future<IBirthday> create(IBirthday birthday,);