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