You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this package handle session token by default? or I should create a token and pass to sessionToken param while using autocomplete api?
my code
var response = await places!.autocomplete(
//sessionToken should I pass a custom session token here or not?
query,
language: "en",
types: ['address'],
components: [Component("country", "ca")]);
if (response.isOkay) {
//handle the response
}
The text was updated successfully, but these errors were encountered:
Is this package handle session token by default? or I should create a token and pass to
sessionToken
param while usingautocomplete
api?my code
The text was updated successfully, but these errors were encountered: