menu
flutter_live_location package
documentation
exceptions/location_exceptions.dart
LocationPlatformException
LocationPlatformException.new constructor
LocationPlatformException.new constructor
dark_mode
light_mode
LocationPlatformException
constructor
LocationPlatformException
(
{
required
String
message
,
String
?
code
,
})
Implementation
LocationPlatformException({required String message, this.code}) : super(message);
flutter_live_location package
documentation
exceptions/location_exceptions
LocationPlatformException
LocationPlatformException.new constructor
LocationPlatformException class