bluetoothDeviceData method

Future<DeviceData> bluetoothDeviceData()

get connected bluetooth device data

Implementation

Future<DeviceData> bluetoothDeviceData() {
  throw UnimplementedError('bluetoothDeviceInfo() has not been implemented.');
}