createScreen function

Pointer<Void> createScreen(
  1. double width,
  2. double height
)

Implementation

Pointer<Void> createScreen(double width, double height) {
  return _createScreen(width, height);
}