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