sendSilentCrashReport function

  1. @JS('window.Gleap.sendSilentCrashReport')
Future<void> sendSilentCrashReport(
  1. String description,
  2. String severity,
  3. String excludeData
)

Implementation

@JS('window.Gleap.sendSilentCrashReport')
external Future<void> sendSilentCrashReport(
  String description,
  String severity,
  String excludeData,
);