Skip to content

Commit

Permalink
Update geolocator_android/lib/src/types/android_position.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
TimHoogstrate and mvanbeusekom authored Nov 6, 2023
1 parent 3848a47 commit 3b08213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geolocator_android/lib/src/types/android_position.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class AndroidPosition extends Position {
required speed,
required speedAccuracy,
int? floor,
isMocked = false})
isMocked = false,
})
: super(
longitude: longitude,
latitude: latitude,
Expand Down

0 comments on commit 3b08213

Please sign in to comment.