setCrashReports method Null safety

void setCrashReports(
  1. bool crashReports
)

Implementation

static void setCrashReports(final bool crashReports) =>
    _crashReports = crashReports;