getConnectedBluetoothDevices method

Future<List<ConnectedBluetoothDeviceInfo>> getConnectedBluetoothDevices()

Get system Bluetooth devices currently connected on Android

Implementation

Future<List<ConnectedBluetoothDeviceInfo>> getConnectedBluetoothDevices() {
  throw UnimplementedError(
    'getConnectedBluetoothDevices() has not been implemented.',
  );
}