NativeApi class

Native system UI API (Android & iOS only).

Provides access to native system dialogs for viewing, picking, editing, and creating contacts.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showCreator({Contact? contact}) Future<String?>
Shows the native contact creator dialog.
showEditor(String contactId) Future<String?>
Shows the native contact editor dialog.
showPicker() Future<String?>
Shows the native contact picker dialog.
showViewer(String contactId) Future<void>
Shows the native contact viewer dialog.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

instance → const NativeApi