dart-js-wrapping icon indicating copy to clipboard operation
dart-js-wrapping copied to clipboard

feature request wrap an async JS function in a dart function.

Open h4xhor opened this issue 6 years ago • 0 comments

  • Wrap an async JavaScript function so in Dart we can use await to call it.
  • Wrap async JS function (function that return a Promise) in a dart function that returns a Future.

h4xhor avatar Sep 13 '19 02:09 h4xhor