var place = await PluginGooglePlacePicker.showAutocomplete(PlaceAutocompleteMode.MODE_OVERLAY);
Android Studio finds no issue with this line, and the code autocomplete finds the method. However, when I click a button in my code to launch the places picker, I get the following error:
var place = await PluginGooglePlacePicker.showAutocomplete(PlaceAutocompleteMode.MODE_OVERLAY);
Android Studio finds no issue with this line, and the code autocomplete finds the method. However, when I click a button in my code to launch the places picker, I get the following error:
I have been having a very hard time finding a Places plugin that works, so if you could please look into this ASAP I would really appreciate it.