getCurrentPosition method

Future<Position> getCurrentPosition({
  1. LocationSettings? locationSettings,
})

Implementation

Future<Position> getCurrentPosition({LocationSettings? locationSettings}) {
  throw UnimplementedError('getCurrentPosition() has not been implemented.');
}