isAvailable method

Future<bool> isAvailable()

Checks if the Zebra DataWedge service is available on the device.

Returns true if DataWedge is installed and available, false otherwise.

Implementation

Future<bool> isAvailable() {
  return _platform.isDataWedgeAvailable();
}