show method
Shows the display buffer on the screen.
Implementation
Future<void> show() async {
await frame.runLua("frame.display.show()", checked: true);
}
Shows the display buffer on the screen.
Future<void> show() async {
await frame.runLua("frame.display.show()", checked: true);
}