sendIssue method

Future<Uri> sendIssue(
  1. String title,
  2. String text
)

Implementation

Future<Uri> sendIssue(String title, String text) {
  throw UnimplementedError('sendIssue() has not been implemented.');
}