Deletes all the collected user SDK data stored on the device. This doesn't affect the SDK state.
@override Future<void> deleteLocalData() async { await methodChannel.invokeMethod('deleteLocalData'); }