Browser constructor Null safety

Browser(
  1. {ChromeSafariBrowserSettings? settings,
  2. AnalyticService? analytics}
)

View of the Browser.

Add what it does

Implementation

Browser({
  this.settings,
  this.analytics,
});