checkHealth method

Future<DatumHealth> checkHealth()

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();
}