Shows the native contact picker dialog.
Returns the ID of the selected contact, or null if the user cancelled.
Future<String?> showPicker() => _invoke<String>('native.showPicker');