I am trying to upgrade to DART 1.9.3, Polymer 0.16.1
Code that worked before:
initPolymer().run((){
... some code
}
now reports that
"the method run() is not defined for Future
<Zone>
"
Is this a known change/defect? What would be a workaround?
Please, advise.