deleteLocalData method

  1. @override
Future<void> deleteLocalData()
override

Deletes all the collected user SDK data stored on the device. This doesn't affect the SDK state.

Implementation

@override
Future<void> deleteLocalData() async {
  await methodChannel.invokeMethod('deleteLocalData');
}