Future<void> uploadObservation(String blobPath, File file) async { await env.client.storage .from(_observationsBucketName) .upload(blobPath, file); }