LocationPermissionException constructor

LocationPermissionException({
  1. String message = 'Location permission not granted',
})

Implementation

LocationPermissionException({
  String message = 'Location permission not granted',
}) : super(message);