showLoadingScreen method

Future<void> showLoadingScreen()
inherited

Implementation

Future<void> showLoadingScreen() async {
  await frame!.sendString(
      'frame.display.text("Loading...",1,1) frame.display.show()',
      awaitResponse: false);
}