DocumentApi constructor
DocumentApi(
- String _sdkId
Implementation
DocumentApi(
this._sdkId
) : tryAndRecover = TryAndRecoverDocumentApi(_sdkId),
encrypted = EncryptedDocumentApi(_sdkId);
DocumentApi(
this._sdkId
) : tryAndRecover = TryAndRecoverDocumentApi(_sdkId),
encrypted = EncryptedDocumentApi(_sdkId);