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 delegates #335

Closed halildurmus closed 2 weeks ago

halildurmus commented 1 year ago

WinRT delegates are COM interfaces that act as function objects. They are primarily used to implement events and are also used as callbacks for some APIs and are therefore required by many WinRT APIs.