openExternalPick static method
Opens the native contact picker dialog.
Returns the ID of the selected contact, or null if the user cancelled.
Deprecated: Use FlutterContacts.native.showPicker() instead.
Implementation
@Deprecated('Use FlutterContacts.native.showPicker() instead')
static Future<String?> openExternalPick() => native.showPicker();