openExternalPick static method

  1. @Deprecated('Use FlutterContacts.native.showPicker() instead')
Future<String?> openExternalPick()

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();