stopIncrementalDataSync method
This function will show the consent screen to user. userId: unique identifier - string NOT NULL hours: this will set the time to invoke SDK in background - int env: development environment "UAT" for development and "PROD" for production. - string NOT NULL clientId: unique identifier for client - string NOT NULL clientSecret: password for client - string NOT NULL
Implementation
Future<void> stopIncrementalDataSync() {
return Algo360pfmPlatform.instance.stopIncrementalDataSync();
}