setScreenPresentationConfig abstract method

Future<void> setScreenPresentationConfig(
  1. QScreenPresentationConfig config, [
  2. String? screenId
])

Set the configuration of screen representation. config a configuration to apply. screenId identifier of screen, to which a config should be applied. If not provided, the config is used for all the screens.

Implementation

Future<void> setScreenPresentationConfig(QScreenPresentationConfig config, [String? screenId]);