Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Apr 8, 2024
1 parent 129c1aa commit 6c79404
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,17 +362,6 @@ class OSHealthFitness : CordovaImplementation() {
}
)
}

private fun disconnectFromGoogleFit() {
healthStore?.disconnectFromGoogleFit(
{
sendPluginResult("success", null)
},
{
sendPluginResult(null, Pair(it.code.toString(), it.message))
}
)
}

private fun disconnectFromHealthConnect() {
healthConnectViewModel.disconnectFromHealthConnect(
Expand Down

0 comments on commit 6c79404

Please sign in to comment.