logLocation method

void logLocation(
  1. String context,
  2. String message, [
  3. List? args
])

Implementation

void logLocation(String context, String message, [List<dynamic>? args]) {
  _safeLog('info', context, _locationIcon, message, args);
}