available property

bool available

Checks whether this browser supports contact pickers or nor Only works for web See https://web.dev/contact-picker/ and https://developer.mozilla.org/en-US/docs/Web/API/Contact_Picker_API#Browser_compatibility for more information

Implementation

static bool get available => ContactPickerPlatform.instance.available;