LocationInitTimeoutException constructor

LocationInitTimeoutException({
  1. String message = 'Location provider initialization timed out. ' 'Ensure the device has GPS hardware and location services are enabled.',
})

Implementation

LocationInitTimeoutException({
  String message =
      'Location provider initialization timed out. '
      'Ensure the device has GPS hardware and location services are enabled.',
}) : super(message);