matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

[web]: session token is never used #43

Open mrcsilverfox opened 1 year ago

mrcsilverfox commented 1 year ago

I noticed that the web implementation does not use the session token. The _lastSessionToken is declared optional but it is never used. Also there is no getSessionToken method to check the whether the session should be reset (this method is included in the iOS and Android implementations).