formatLog static method
Implementation
static String formatLog(LocationDto locationDto) =>
'${dp(locationDto.latitude, 4).toString()} ${dp(locationDto.longitude, 4).toString()}';
static String formatLog(LocationDto locationDto) =>
'${dp(locationDto.latitude, 4).toString()} ${dp(locationDto.longitude, 4).toString()}';