bleDeviceFromJson function

BleDevice bleDeviceFromJson(
  1. String str
)

Implementation

BleDevice bleDeviceFromJson(String str) => BleDevice.fromJson(json.decode(str));