Future<Uint8List> downloadObservation(String blobPath) async { return await env.client.storage .from(_observationsBucketName) .download(blobPath); }