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