I am trying to convert file to Base64 and this is my code:
public async convertBlobToBase64(file: Blob) { let jsonString; const blobToBase64 = (fileToCon