Shows the native contact viewer dialog.
Future<void> showViewer(String contactId) async { await _invoke<void>('native.showViewer', {'contactId': contactId}); }