isPinAppInstalled method

Future<bool> isPinAppInstalled()

Returns true if the Pin Add-on is installed in the device

Implementation

Future<bool> isPinAppInstalled() {
  return _terminalInfo.isAppInstalled();
}