getConnectedBluetoothDevices method
Get system Bluetooth devices currently connected on Android
Implementation
Future<List<ConnectedBluetoothDeviceInfo>> getConnectedBluetoothDevices() {
throw UnimplementedError(
'getConnectedBluetoothDevices() has not been implemented.',
);
}