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