buildCrashIssue method
void
buildCrashIssue()
override
Implementation
void buildCrashIssue(
String lineNumber, String location, String stackTrace, String exception) {
methodChannel.invokeMethod(
'buildCrashIssue', [lineNumber, location, stackTrace, exception]);
}