setScreenInfoAsync method
Updates the screen information asynchronously on the Nimmsta device.
data is a map of key-value pairs representing screen properties.
Implementation
Future<void> setScreenInfoAsync(Map<String, String> data) {
throw UnimplementedError('setScreenInfoAsync() has not been implemented.');
}