customIssue method

void customIssue(
  1. String where,
  2. String description,
  3. String detailedDescription
)
override

Implementation

void customIssue(
    String where, String description, String detailedDescription) {
  methodChannel
      .invokeMethod('customIssue', [where, description, detailedDescription]);
}