LocationNotInitializedException constructor

LocationNotInitializedException({
  1. String message = 'Live location plugin not initialized',
})

Implementation

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