createWindow method
Creates a window for the given platform. On the web platform, title should be the ID of the canvas.
Implementation
@override
Window createWindow(int width, int height, String title) => WebWindow(title);
Creates a window for the given platform. On the web platform, title should be the ID of the canvas.
@override
Window createWindow(int width, int height, String title) => WebWindow(title);