deletettpApp method

void deletettpApp()

Clears the ttp app at the time of logging out from your pos app. so that it can registerd against new merchant or pos app.

Implementation

void deletettpApp() {
  _appIntent.delete();
}