Get the original source document content.
Returns null if the source doesn't exist.
Future<String?> getSourceDocument(int sourceId) => _engine!.getSourceDocument(sourceId);