deleteContact abstract method

Future<bool?> deleteContact(
  1. Contact contact
)

Implementation

Future<bool?> deleteContact(Contact contact);