showPicker method

Future<String?> showPicker()

Shows the native contact picker dialog.

Returns the ID of the selected contact, or null if the user cancelled.

Implementation

Future<String?> showPicker() => _invoke<String>('native.showPicker');