PlatformChecker constructor

PlatformChecker({
  1. Platform platform = instance,
  2. bool isWeb = identical(0, 0.0),
})

Implementation

PlatformChecker({
  this.platform = instance,
  this.isWeb = identical(0, 0.0),
});