isAlwaysOnTop method

Future<bool> isAlwaysOnTop()

Returns bool - Whether the window is always on top of other windows.

Implementation

Future<bool> isAlwaysOnTop() async {
  return await _invokeMethod('isAlwaysOnTop');
}