InitWindow function
Implementation
void InitWindow(
num width,
num height,
String title,
) => _module.InitWindow(width, height, title);
void InitWindow(
num width,
num height,
String title,
) => _module.InitWindow(width, height, title);