You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest problem here is that it's used in constructors, and a substitute will return a Future and require an await, which can't be used in a constructor. You will need to change the calling point to outside the constructors.
es_compression/lib/src/framework/native/library/package_relative_strategy.dart
Line 1 in b74fc79
... totally unnecessary to use
dart:cli
for that:es_compression/lib/src/framework/native/library/package_relative_strategy.dart
Line 55 in b74fc79
The text was updated successfully, but these errors were encountered: