This method is used to add the contact.
Future<bool?> addContact(String number, String name) async { throw UnimplementedError('has not been implemented.'); }