hwnd property

int hwnd

Gets the HWND (window handle) associated with the Flutter view.

Implementation

int get hwnd => flutter.FlutterDesktopViewGetHWND(view);