deleteLocalData method
Deletes all the collected user SDK data stored on the device. This doesn't affect the SDK state.
Implementation
Future<void> deleteLocalData() {
return MovesdkPlatform.instance.deleteLocalData();
}
Deletes all the collected user SDK data stored on the device. This doesn't affect the SDK state.
Future<void> deleteLocalData() {
return MovesdkPlatform.instance.deleteLocalData();
}