menu
amazon_location_flutter package
documentation
exceptions/amazon_location_exception.dart
AmazonLocationException
AmazonLocationException.new const constructor
AmazonLocationException.new const constructor
dark_mode
light_mode
AmazonLocationException
constructor
const
AmazonLocationException
(
{
required
int
statusCode
,
required
String
message
,
})
Implementation
const AmazonLocationException({ required this.statusCode, required this.message, });
amazon_location_flutter package
documentation
exceptions/amazon_location_exception
AmazonLocationException
AmazonLocationException.new const constructor
AmazonLocationException class