LocationPlatformNotSupportedException constructor
LocationPlatformNotSupportedException({
- String message = 'Operation not supported on this platform',
Implementation
LocationPlatformNotSupportedException({
String message = 'Operation not supported on this platform',
}) : super(message);