reportErrorToWingifyInsights static method
Implementation
static void reportErrorToWingifyInsights(String type, String? stackTrace) {
_channel.invokeMethod(Constants.caseReportError,
{Constants.keyStackTrace: stackTrace, Constants.keyCrashType: type});
}