flutter-contacts-plugin
flutter-contacts-plugin copied to clipboard
MissingPluginException (MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods))
💬 Questions and Help
For questions or help we recommend checking:
onTap: () async {
List<Contact> contacts =
await ContactsPlugin().getContacts();
print(contacts);
},
same with me