isDataWedgeAvailable method
Checks if DataWedge is available on the device.
Returns true if DataWedge is installed and available.
Implementation
Future<bool> isDataWedgeAvailable() {
throw UnimplementedError('isDataWedgeAvailable() has not been implemented.');
}