activePresenterId property

String? activePresenterId

Implementation

String? get activePresenterId {
  return context.read<RoomBloc>().state.activePresenterId;
}