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