setWindowAlwaysOnTop method

Future<void> setWindowAlwaysOnTop(
  1. String windowId,
  2. bool alwaysOnTop
)

Implementation

Future<void> setWindowAlwaysOnTop(String windowId, bool alwaysOnTop) {
  throw UnimplementedError(
      'setWindowAlwaysOnTop() has not been implemented.');
}