Future<bool> isFullScreen() async { return await _channel.invokeMethod<bool>('$_name/isFullScreen') ?? false; }