openContactEditForm abstract method

Future<Contact?> openContactEditForm(
  1. dynamic identifier
)

Opens a native edit form for the contact with identifier. This can be a simple string, but you can also provide a ContactKeys instance

Implementation

Future<Contact?> openContactEditForm(identifier);