Getting following error thrown when calling geoFirePoint.data()
I/flutter ( 4731): NoSuchMethodError: Class '_InternalLinkedHashMap<String, Object>' has no instance method 'call'.
I/flutter ( 4731): Receiver: _LinkedHashMap len:2
I/flutter ( 4731): Tried calling: call()
Here is my code
Geoflutterfire geo = Geoflutterfire();
GeoFirePoint geoFirePoint =
geo.point(latitude: location.latitude, longitude: location.longitude);
Getting following error thrown when calling geoFirePoint.data()
I/flutter ( 4731): NoSuchMethodError: Class '_InternalLinkedHashMap<String, Object>' has no instance method 'call'. I/flutter ( 4731): Receiver: _LinkedHashMap len:2 I/flutter ( 4731): Tried calling: call()
Here is my code Geoflutterfire geo = Geoflutterfire(); GeoFirePoint geoFirePoint = geo.point(latitude: location.latitude, longitude: location.longitude);