projectPackageName property

  1. @protected
String? projectPackageName
getter/setter pair

For use with Bugsnag's inProject feature, this should be the name of the package where bugsnag_flutter is directly imported. For example, my_app.

Implementation

@protected
String? projectPackageName;