openExternalView static method

  1. @Deprecated('Use FlutterContacts.native.showViewer(id) instead')
Future<void> openExternalView(
  1. String contactId
)

Opens the native contact viewer dialog.

Deprecated: Use FlutterContacts.native.showViewer(id) instead.

Implementation

@Deprecated('Use FlutterContacts.native.showViewer(id) instead')
static Future<void> openExternalView(String contactId) =>
    native.showViewer(contactId);