errorReportUrl property

  1. @override
Uri errorReportUrl
override

an Uri to report errors to

Might be an HTTPS link, Email or Matrix-ID e.g.

Implementation

@override
Uri get errorReportUrl => Uri.parse(
    'https://gitlab.com/TheOneWithTheBraid/matrix_homeserver_recommendations/-/issues/new');