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