| 30 | } |
| 31 | |
| 32 | void FlutterWindow::OnDestroy() { |
| 33 | if (flutter_controller_) { |
| 34 | flutter_controller_ = nullptr; |
| 35 | } |
| 36 | |
| 37 | Win32Window::OnDestroy(); |
| 38 | } |
| 39 | |
| 40 | LRESULT |
| 41 | FlutterWindow::MessageHandler(HWND hwnd, UINT const message, |
nothing calls this directly
no outgoing calls
no test coverage detected