Future<double> getBrightness() async { final v = await _invoke<double>('getBrightness'); return v ?? 0.0; }