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