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
For solutions, see https://dart.dev/go/unsound-null-safety
lib/ui/routes/select_location_on_map_route.dart:824:97: Error: Too many positional arguments: 0 allowed, but 2 found.
Try removing the extra positional arguments.
PlacesSearchResponse response = await places.searchNearbyWithRankBy( Location(latitude, longitude), "distance", keyword: '' );
Even though the location and rank is required parameters. Please any help will be appreciated
The text was updated successfully, but these errors were encountered:
Even though the location and rank is required parameters. Please any help will be appreciated
The text was updated successfully, but these errors were encountered: