call abstract method

Future<bool> call({
  1. required ContactModel contact,
})

Implementation

Future<bool> call({required ContactModel contact});