dataSync method
dynamic
dataSync()
Syncs the available records from the SenseH device to cloud
Implementation
dataSync() async {
deviceController.dataSync();
syncPercentage();
}
Syncs the available records from the SenseH device to cloud
dataSync() async {
deviceController.dataSync();
syncPercentage();
}