setScreenInfoAsync method

Future<void> setScreenInfoAsync(
  1. Map<String, String> data
)

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.');
}