deleteLocalData method

Future<void> deleteLocalData()

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();
}