checkHealth method
Performs a health check on the local and remote adapters and updates the health stream with the result.
Implementation
Future<DatumHealth> checkHealth() async {
return _syncEngineInstance.checkHealth();
}
Performs a health check on the local and remote adapters and updates the health stream with the result.
Future<DatumHealth> checkHealth() async {
return _syncEngineInstance.checkHealth();
}