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() {
  throw UnimplementedError('shutdown() has not been implemented.');
}