deleteLocalData method
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.');
}
Deletes all the collected user SDK data stored on the device. This doesn't affect the SDK state.
Future<void> deleteLocalData() {
throw UnimplementedError('shutdown() has not been implemented.');
}