github_snitch library

Classes

Comment
GhSnitch
A class that provides functionality to report issues and bugs on GitHub.
Issue

Typedefs

OnReport = (void Function(String title, String body, List<String>? labels, int milestone, String? userId)?)