disconnect abstract method

Future<void> disconnect(
  1. String integrationIdentifier
)

Disconnects the integration with the given integrationIdentifier. The current user will no longer have fitness data sent to the NxFit service from the integration. May cause an emission on the disconnectionEvents Stream.

Implementation

Future<void> disconnect(String integrationIdentifier);