halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

☂️ Support asynchronous methods that report progress #209

Closed halildurmus closed 2 weeks ago

halildurmus commented 1 year ago

WinRT has four types of asynchronous operation objects:

Currently, only the IAsyncAction and IAsyncOperation objects are supported.