Remove unused `FunctionN` interface imports
Closed this issue · 0 comments
wilkomanger commented
Currently they're imported whenever a function type is referenced, but we only need them when a class implements a FunctionN
interface. Otherwise only Dart's Function
type is necessary.