Rank 2: Process
I've recently updated a Flutter app that previously used the dart_appwrite 7.3.0 package and is now using the dart_appwrite 10.0.0 package. However, I get an exception when calling health.getDB() to check the status of the database: type 'Null' is not a subtype of type 'int'
When I review what is returned, it appears that the DB status is now returned as a map with two properties: total and a list of HealthStatus.
I'm not able to find the Health API in the new documentation and any of the old links obviously return a 404 error. Is there anywhere where this change has been documented and any idea how to fix the issue?