| 12 | #include "flutter/generated_plugin_registrant.h" |
| 13 | |
| 14 | FlutterWindow::FlutterWindow(const flutter::DartProject &project) |
| 15 | : project_(project) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | FlutterWindow::~FlutterWindow() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected