openVCard method

Future<ContactOperationResult> openVCard(
  1. Contact contact
)

Implementation

Future<ContactOperationResult> openVCard(Contact contact) {
  throw UnimplementedError('openVCard() has not been implemented.');
}