Future<bool> get supportsAudio async { if (_context == null) return false; return await _context!.supportsAudio(); }