syncWithOptions method

void syncWithOptions(
  1. LaunchOptions? launchOptions
)

Implementation

void syncWithOptions(LaunchOptions? launchOptions) {
  if (launchOptions != null) {
    _isActive = launchOptions.crashReport;
  }
}