Add support for `Future<List<int>?>` to `MatchesGoldenFile` (#132965)
Otherwise when tests use `expectLater(getBytesOrNull(), matchesGoldenFile(...))`, they may fail in sound null safety mode and pass in weak null safety mode. Fixes https://github.com/flutter/flutter/issues/132964
Showing
Please register or sign in to comment