Returns bool - Whether the window is always below other windows.
bool
Future<bool> isAlwaysOnBottom() async { return await _channel.invokeMethod('isAlwaysOnBottom'); }