checkHealth<T extends DatumEntityInterface> method
Implementation
Future<DatumHealth> checkHealth<T extends DatumEntityInterface>() async {
return Datum.manager<T>().checkHealth();
}
Future<DatumHealth> checkHealth<T extends DatumEntityInterface>() async {
return Datum.manager<T>().checkHealth();
}