fixed doc comments
This commit is contained in:
@@ -133,7 +133,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
|
||||
/// Initializes the GPS position
|
||||
/// Handles location permissions and device settings
|
||||
/// @return Future<Position> The determined position
|
||||
/// @return Future[Position] The determined position
|
||||
Future<Position> _initializePosition() async {
|
||||
try {
|
||||
final position = await GeolocatorService.deteterminePosition();
|
||||
|
||||
Reference in New Issue
Block a user