LocationPlatformException constructor

LocationPlatformException({
  1. required String message,
  2. String? code,
})

Implementation

LocationPlatformException({required String message, this.code})
  : super(message);