LocationNotInitializedException constructor
LocationNotInitializedException({
- String message = 'Live location plugin not initialized',
Implementation
LocationNotInitializedException({
String message = 'Live location plugin not initialized',
}) : super(message);