Checks if the Zebra DataWedge service is available on the device.
Returns true if DataWedge is installed and available, false otherwise.
true
false
Future<bool> isAvailable() { return _platform.isDataWedgeAvailable(); }