disconnect abstract method

Future<void> disconnect(
  1. String identifier
)

Disconnects the integration with the given identifier. The current user will no longer have fitness data sent to the NxFit service.

Implementation

Future<void> disconnect(String identifier);