isInstalled method

Future<bool> isInstalled()

Checks if the MineSec SoftPOS app is installed on the device.

Implementation

Future<bool> isInstalled() {
  throw UnimplementedError('isInstalled() has not been implemented.');
}