cleanUp function

  1. @Deprecated("Use `vital_core.signOut()`, which now resets both Vital Core and Health SDKs.")
Future<void> cleanUp()

Implementation

@Deprecated(
    "Use `vital_core.signOut()`, which now resets both Vital Core and Health SDKs.")
Future<void> cleanUp() async {
  await vital_core.signOut();
}