futureOf function
Implementation
TypeReference futureOf(String type) {
return TypeReference(
(b) => b
..symbol = 'Future'
..types.add(refer(type)),
);
}
TypeReference futureOf(String type) {
return TypeReference(
(b) => b
..symbol = 'Future'
..types.add(refer(type)),
);
}