LocationPlatformNotSupportedException constructor

LocationPlatformNotSupportedException({
  1. String message = 'Operation not supported on this platform',
})

Implementation

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