show method

Future<void> show()

Shows the display buffer on the screen.

Implementation

Future<void> show() async {
  await frame.runLua("frame.display.show()", checked: true);
}