isAlwaysOnBottom method

Future<bool> isAlwaysOnBottom()

Returns bool - Whether the window is always below other windows.

Implementation

Future<bool> isAlwaysOnBottom() async {
  return await _channel.invokeMethod('isAlwaysOnBottom');
}