giveGift abstract method

Future<IGift> giveGift(
  1. IGift gift
)

Implementation

Future<IGift> giveGift(IGift gift,);