LocationDisposedException constructor

LocationDisposedException({
  1. String message = 'Live location plugin has been disposed',
})

Implementation

LocationDisposedException({
  String message = 'Live location plugin has been disposed',
}) : super(message);