LocationServiceDisabledException constructor

LocationServiceDisabledException({
  1. String message = 'Location services are disabled',
})

Implementation

LocationServiceDisabledException({
  String message = 'Location services are disabled',
}) : super(message);