Future<void> initialize({required final String documentPath}) async { _documentPath = documentPath; await _loadDocument(_documentPath); }