addContactNote method

Future<bool> addContactNote({
  1. required String contactId,
  2. required String note,
})

Implementation

Future<bool> addContactNote({
  required String contactId,
  required String note,
}) {
  throw UnimplementedError('addContactNote() has not been implemented.');
}