configureHealth method

  1. @Deprecated("Use top-level `configure` in vital_health instead")
Future<void> configureHealth({
  1. HealthConfig config = const HealthConfig(),
})

Implementation

@Deprecated("Use top-level `configure` in vital_health instead")
Future<void> configureHealth({
  HealthConfig config = const HealthConfig(),
}) async {
  await VitalHealthPlatform.instance.configureHealth(config: config);
}