wipe Out
Wipe out all the data that fairmatic keeps locally on the device. When Fairmatic SDK is torn down, trip data that is locally persisted continues to remain persisted. The data will be uploaded when SDK setup is called at a later time. Wipeout should be used when the application wants to remove all traces of Fairmatic on the device. Data cannot be recovered after this call.
NOTE: This call can be made when the SDK is not running. Call teardown to tear down a live SDK before making this call.**
Callback will be made on calling thread if it's Looper is already prepared, else the callback is made on the Main Thread.
Parameters
fairmatic Operation Callback
Called with the result of the operation.