• Nate Bosch's avatar
    Remove direct uses of LocalPlatform (#56605) · 59a8ef3a
    Nate Bosch authored
    When `const LocalPlatform` is used immediately and not passed as a
    dependency it does not have utility over the static properties from
    `dart:io`. Remove these uses to reduce the noise around how the
    instantiable `Platform` class is used.
    59a8ef3a
main.dart 6.83 KB