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